﻿2026-07-28T02:39:31.3210019Z ##[group]Run set -euo pipefail
2026-07-28T02:39:31.3210361Z [36;1mset -euo pipefail[0m
2026-07-28T02:39:31.3210618Z [36;1mPIN=0c95435[0m
2026-07-28T02:39:31.3210876Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-28T02:39:31.3211167Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-28T02:39:31.3211553Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-28T02:39:31.3212031Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-28T02:39:31.3212493Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-28T02:39:31.3212877Z [36;1m  rm -rf "$CACHE"[0m
2026-07-28T02:39:31.3213156Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-28T02:39:31.3213466Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-28T02:39:31.3213828Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-28T02:39:31.3214201Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-28T02:39:31.3214497Z [36;1mfi[0m
2026-07-28T02:39:31.3214816Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-28T02:39:31.3228091Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-28T02:39:31.3228425Z env:
2026-07-28T02:39:31.3228660Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-28T02:39:31.3229173Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-DkyiEl
2026-07-28T02:39:31.3229669Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-DkyiEl
2026-07-28T02:39:31.3230150Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-DkyiEl
2026-07-28T02:39:31.3230642Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-DkyiEl
2026-07-28T02:39:31.3231018Z ##[endgroup]
2026-07-28T02:39:31.6136651Z    Compiling proc-macro2 v1.0.106
2026-07-28T02:39:31.6137718Z    Compiling quote v1.0.45
2026-07-28T02:39:31.6138024Z    Compiling unicode-ident v1.0.24
2026-07-28T02:39:31.6138350Z    Compiling libc v0.2.186
2026-07-28T02:39:31.6138740Z    Compiling serde_core v1.0.228
2026-07-28T02:39:31.6139280Z    Compiling cfg-if v1.0.4
2026-07-28T02:39:31.6139547Z    Compiling serde v1.0.228
2026-07-28T02:39:31.6190690Z    Compiling log v0.4.32
2026-07-28T02:39:31.6237122Z    Compiling pin-project-lite v0.2.17
2026-07-28T02:39:31.6252509Z    Compiling typenum v1.20.1
2026-07-28T02:39:31.6272070Z    Compiling portable-atomic v1.13.1
2026-07-28T02:39:31.6325410Z    Compiling memchr v2.8.1
2026-07-28T02:39:31.6327135Z    Compiling version_check v0.9.5
2026-07-28T02:39:31.6352341Z    Compiling find-msvc-tools v0.1.9
2026-07-28T02:39:31.6378574Z    Compiling shlex v2.0.1
2026-07-28T02:39:31.6779342Z    Compiling critical-section v1.2.0
2026-07-28T02:39:31.7173606Z    Compiling subtle v2.6.1
2026-07-28T02:39:31.7362896Z    Compiling bytes v1.11.1
2026-07-28T02:39:31.8022800Z    Compiling futures-core v0.3.32
2026-07-28T02:39:31.8483146Z    Compiling equivalent v1.0.2
2026-07-28T02:39:31.8767034Z    Compiling smallvec v1.15.1
2026-07-28T02:39:31.9258506Z    Compiling itoa v1.0.18
2026-07-28T02:39:31.9292988Z    Compiling semver v1.0.28
2026-07-28T02:39:31.9378546Z    Compiling stable_deref_trait v1.2.1
2026-07-28T02:39:31.9432693Z    Compiling futures-io v0.3.32
2026-07-28T02:39:31.9669730Z    Compiling futures-sink v0.3.32
2026-07-28T02:39:32.0021385Z    Compiling slab v0.4.12
2026-07-28T02:39:32.0445684Z    Compiling futures-channel v0.3.32
2026-07-28T02:39:32.0504442Z    Compiling generic-array v0.14.7
2026-07-28T02:39:32.0531840Z    Compiling futures-task v0.3.32
2026-07-28T02:39:32.0991083Z    Compiling rand_core v0.10.1
2026-07-28T02:39:32.1208608Z    Compiling bitflags v2.12.1
2026-07-28T02:39:32.1472913Z    Compiling hashbrown v0.17.1
2026-07-28T02:39:32.2151487Z    Compiling rustversion v1.0.22
2026-07-28T02:39:32.2415752Z    Compiling rustc_version v0.4.1
2026-07-28T02:39:32.2521015Z    Compiling cpufeatures v0.2.17
2026-07-28T02:39:32.2880710Z    Compiling getrandom v0.4.2
2026-07-28T02:39:32.3161834Z    Compiling fnv v1.0.7
2026-07-28T02:39:32.3521389Z    Compiling strsim v0.11.1
2026-07-28T02:39:32.3611240Z    Compiling cfg_aliases v0.2.1
2026-07-28T02:39:32.3783276Z    Compiling litemap v0.8.2
2026-07-28T02:39:32.4030756Z    Compiling writeable v0.6.3
2026-07-28T02:39:32.4310711Z    Compiling fs_extra v1.3.0
2026-07-28T02:39:32.4660624Z    Compiling ident_case v1.0.1
2026-07-28T02:39:32.5390419Z    Compiling utf8_iter v1.0.4
2026-07-28T02:39:32.5590791Z    Compiling icu_properties_data v2.2.0
2026-07-28T02:39:32.5720749Z    Compiling icu_normalizer_data v2.2.0
2026-07-28T02:39:32.5880738Z    Compiling dunce v1.0.5
2026-07-28T02:39:32.6270852Z    Compiling autocfg v1.5.1
2026-07-28T02:39:32.6521031Z    Compiling percent-encoding v2.3.2
2026-07-28T02:39:32.7630543Z    Compiling http v1.4.1
2026-07-28T02:39:32.7699568Z    Compiling aws-lc-rs v1.17.0
2026-07-28T02:39:32.8737678Z    Compiling unicode-segmentation v1.13.3
2026-07-28T02:39:32.8860621Z    Compiling thiserror v2.0.18
2026-07-28T02:39:32.9080671Z    Compiling cpufeatures v0.3.0
2026-07-28T02:39:32.9481111Z    Compiling scopeguard v1.2.0
2026-07-28T02:39:32.9650594Z    Compiling chacha20 v0.10.0
2026-07-28T02:39:33.0243887Z    Compiling indexmap v2.14.0
2026-07-28T02:39:33.0701454Z    Compiling lock_api v0.4.14
2026-07-28T02:39:33.0715024Z    Compiling form_urlencoded v1.2.2
2026-07-28T02:39:33.1270667Z    Compiling untrusted v0.9.0
2026-07-28T02:39:33.1401303Z    Compiling rustls v0.23.40
2026-07-28T02:39:33.1750189Z    Compiling heck v0.5.0
2026-07-28T02:39:33.2253287Z    Compiling syn v2.0.117
2026-07-28T02:39:33.2620966Z    Compiling const-oid v0.10.2
2026-07-28T02:39:33.2986496Z    Compiling unicode-xid v0.2.6
2026-07-28T02:39:33.3140403Z    Compiling anyhow v1.0.102
2026-07-28T02:39:33.3251125Z    Compiling atomic-waker v1.1.2
2026-07-28T02:39:33.3405580Z    Compiling paste v1.0.15
2026-07-28T02:39:33.3581018Z    Compiling zerocopy v0.8.50
2026-07-28T02:39:33.4030843Z    Compiling parking_lot_core v0.9.12
2026-07-28T02:39:33.4105065Z    Compiling httparse v1.10.1
2026-07-28T02:39:33.4530554Z    Compiling num-traits v0.2.19
2026-07-28T02:39:33.4773979Z    Compiling jobserver v0.1.34
2026-07-28T02:39:33.4875431Z    Compiling convert_case v0.10.0
2026-07-28T02:39:33.5504126Z    Compiling hybrid-array v0.4.12
2026-07-28T02:39:33.6042869Z    Compiling curve25519-dalek v4.1.3
2026-07-28T02:39:33.6371769Z    Compiling ahash v0.8.12
2026-07-28T02:39:33.6430888Z    Compiling base64ct v1.8.3
2026-07-28T02:39:33.6657935Z    Compiling powerfmt v0.2.0
2026-07-28T02:39:33.7905307Z    Compiling either v1.16.0
2026-07-28T02:39:33.8312427Z    Compiling cc v1.2.63
2026-07-28T02:39:33.8333583Z    Compiling fastrand v2.4.1
2026-07-28T02:39:33.8935858Z    Compiling http-body v1.0.1
2026-07-28T02:39:33.9775352Z    Compiling crypto-common v0.1.7
2026-07-28T02:39:33.9790124Z    Compiling block-buffer v0.10.4
2026-07-28T02:39:33.9953506Z    Compiling pem-rfc7468 v1.0.0
2026-07-28T02:39:34.0130410Z    Compiling deranged v0.5.8
2026-07-28T02:39:34.1128538Z    Compiling digest v0.10.7
2026-07-28T02:39:34.1320871Z    Compiling vcpkg v0.2.15
2026-07-28T02:39:34.1460937Z    Compiling try-lock v0.2.5
2026-07-28T02:39:34.2027238Z    Compiling data-encoding v2.11.0
2026-07-28T02:39:34.2321203Z    Compiling zmij v1.0.21
2026-07-28T02:39:34.2660667Z    Compiling base64 v0.22.1
2026-07-28T02:39:34.2870761Z    Compiling time-core v0.1.8
2026-07-28T02:39:34.3281040Z    Compiling mio v1.2.1
2026-07-28T02:39:34.3561607Z    Compiling socket2 v0.6.4
2026-07-28T02:39:34.4170860Z    Compiling getrandom v0.2.17
2026-07-28T02:39:34.5370709Z    Compiling pkg-config v0.3.33
2026-07-28T02:39:34.6040294Z    Compiling rand_core v0.6.4
2026-07-28T02:39:34.6580611Z    Compiling num-conv v0.2.2
2026-07-28T02:39:34.6610727Z    Compiling rand v0.10.1
2026-07-28T02:39:34.7640234Z    Compiling uuid v1.23.2
2026-07-28T02:39:34.7700516Z    Compiling tower-service v0.3.3
2026-07-28T02:39:34.7860435Z    Compiling tinyvec_macros v0.1.1
2026-07-28T02:39:34.7996978Z    Compiling parking_lot v0.12.5
2026-07-28T02:39:34.8351190Z    Compiling tinyvec v1.11.0
2026-07-28T02:39:34.8630731Z    Compiling sha2 v0.10.9
2026-07-28T02:39:35.1150074Z    Compiling want v0.3.1
2026-07-28T02:39:35.1390317Z    Compiling crypto-common v0.2.2
2026-07-28T02:39:35.1820896Z    Compiling block-buffer v0.12.0
2026-07-28T02:39:35.3160481Z    Compiling cmake v0.1.58
2026-07-28T02:39:35.3210220Z    Compiling inout v0.1.4
2026-07-28T02:39:35.3280476Z    Compiling vergen-lib v9.1.0
2026-07-28T02:39:35.3411074Z    Compiling n0-future v0.3.2
2026-07-28T02:39:35.3840781Z    Compiling cordyceps v0.3.4
2026-07-28T02:39:35.4002623Z    Compiling winnow v1.0.3
2026-07-28T02:39:35.4202274Z    Compiling crossbeam-utils v0.8.21
2026-07-28T02:39:35.4280756Z    Compiling parking v2.2.1
2026-07-28T02:39:35.4693789Z    Compiling signature v2.2.0
2026-07-28T02:39:35.5269556Z    Compiling serde_json v1.0.150
2026-07-28T02:39:35.5605853Z    Compiling httpdate v1.0.3
2026-07-28T02:39:35.5691002Z    Compiling diatomic-waker v0.2.3
2026-07-28T02:39:35.5954105Z    Compiling spin v0.10.0
2026-07-28T02:39:35.6085392Z    Compiling ed25519 v2.2.3
2026-07-28T02:39:35.7005911Z    Compiling futures-lite v2.6.1
2026-07-28T02:39:35.7100298Z    Compiling cipher v0.4.4
2026-07-28T02:39:35.7120920Z    Compiling netlink-packet-core v0.8.1
2026-07-28T02:39:35.7154782Z    Compiling universal-hash v0.5.1
2026-07-28T02:39:35.7550443Z    Compiling futures-buffered v0.2.13
2026-07-28T02:39:35.7931598Z    Compiling vergen v9.1.0
2026-07-28T02:39:35.8550425Z    Compiling vergen-lib v0.1.6
2026-07-28T02:39:35.8620509Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-28T02:39:35.8870773Z    Compiling heapless v0.7.17
2026-07-28T02:39:35.9424664Z    Compiling noq-udp v0.10.0
2026-07-28T02:39:35.9671847Z    Compiling sync_wrapper v1.0.2
2026-07-28T02:39:35.9968104Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-28T02:39:36.0150726Z    Compiling byteorder v1.5.0
2026-07-28T02:39:36.0420675Z    Compiling digest v0.11.3
2026-07-28T02:39:36.0610391Z    Compiling allocator-api2 v0.2.21
2026-07-28T02:39:36.0990434Z    Compiling opaque-debug v0.3.1
2026-07-28T02:39:36.1820818Z    Compiling polyval v0.6.2
2026-07-28T02:39:36.2168830Z    Compiling spin v0.9.8
2026-07-28T02:39:36.2460983Z    Compiling hash32 v0.2.1
2026-07-28T02:39:36.2587483Z    Compiling aws-lc-sys v0.41.0
2026-07-28T02:39:36.2710787Z    Compiling ring v0.17.14
2026-07-28T02:39:36.2801425Z    Compiling libsqlite3-sys v0.30.1
2026-07-28T02:39:36.3821037Z    Compiling vergen-gitcl v1.0.8
2026-07-28T02:39:36.4161026Z    Compiling tower-layer v0.3.3
2026-07-28T02:39:36.4590894Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-28T02:39:36.4940754Z    Compiling ryu v1.0.23
2026-07-28T02:39:36.5294227Z    Compiling num_threads v0.1.7
2026-07-28T02:39:36.6010736Z    Compiling fallible-iterator v0.3.0
2026-07-28T02:39:36.6152661Z    Compiling signature v3.0.0
2026-07-28T02:39:36.6335644Z    Compiling time v0.3.47
2026-07-28T02:39:36.6681488Z    Compiling ghash v0.5.1
2026-07-28T02:39:36.6693158Z    Compiling sha2 v0.11.0-rc.5
2026-07-28T02:39:36.7680741Z    Compiling aes v0.8.4
2026-07-28T02:39:36.7682931Z    Compiling ctr v0.9.2
2026-07-28T02:39:36.7795604Z    Compiling fs2 v0.4.3
2026-07-28T02:39:36.8621093Z    Compiling aead v0.5.2
2026-07-28T02:39:36.9590860Z    Compiling http-body-util v0.1.3
2026-07-28T02:39:36.9648189Z    Compiling utf8parse v0.2.2
2026-07-28T02:39:36.9947028Z    Compiling arrayvec v0.7.6
2026-07-28T02:39:36.9970602Z    Compiling openssl-probe v0.2.1
2026-07-28T02:39:37.0210297Z    Compiling crossbeam-channel v0.5.15
2026-07-28T02:39:37.0485334Z    Compiling crossbeam-epoch v0.9.18
2026-07-28T02:39:37.2480580Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-28T02:39:37.2538759Z    Compiling blake3 v1.8.5
2026-07-28T02:39:37.2670774Z    Compiling netlink-packet-route v0.29.0
2026-07-28T02:39:37.3131098Z    Compiling memoffset v0.6.5
2026-07-28T02:39:37.3627010Z    Compiling aes-gcm v0.10.3
2026-07-28T02:39:37.4872973Z    Compiling acto v0.8.2
2026-07-28T02:39:37.5148196Z    Compiling netwatch v0.16.0
2026-07-28T02:39:37.5465763Z    Compiling noq v0.18.0
2026-07-28T02:39:37.6000678Z    Compiling rustc-hash v2.1.2
2026-07-28T02:39:37.6129676Z    Compiling lru-slab v0.1.2
2026-07-28T02:39:37.7009864Z    Compiling identity-hash v0.1.0
2026-07-28T02:39:37.7040717Z    Compiling foldhash v0.2.0
2026-07-28T02:39:37.7361523Z    Compiling thiserror v1.0.69
2026-07-28T02:39:37.7692038Z    Compiling xml-rs v0.8.28
2026-07-28T02:39:37.7920459Z    Compiling sorted-index-buffer v0.2.1
2026-07-28T02:39:37.7962272Z    Compiling rustix v1.1.4
2026-07-28T02:39:37.7968129Z    Compiling ref-cast v1.0.25
2026-07-28T02:39:37.8853060Z    Compiling tagptr v0.2.0
2026-07-28T02:39:37.9601421Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-28T02:39:38.0120603Z    Compiling mac-addr v0.3.0
2026-07-28T02:39:38.1192181Z    Compiling hashbrown v0.16.1
2026-07-28T02:39:38.2257122Z    Compiling netlink-packet-route v0.30.0
2026-07-28T02:39:38.2940815Z    Compiling errno v0.3.14
2026-07-28T02:39:38.3233599Z    Compiling synstructure v0.13.2
2026-07-28T02:39:38.4650409Z    Compiling darling_core v0.20.11
2026-07-28T02:39:38.5963405Z    Compiling xmltree v0.10.3
2026-07-28T02:39:38.7681470Z    Compiling serde_derive_internals v0.29.1
2026-07-28T02:39:38.8180572Z    Compiling proc-macro-crate v3.5.0
2026-07-28T02:39:38.9171607Z    Compiling termios v0.2.2
2026-07-28T02:39:39.0456556Z    Compiling ioctl-rs v0.1.6
2026-07-28T02:39:39.0590470Z    Compiling serial-core v0.4.0
2026-07-28T02:39:39.0710875Z    Compiling simple-dns v0.9.3
2026-07-28T02:39:39.1628696Z    Compiling aho-corasick v1.1.4
2026-07-28T02:39:39.1757277Z    Compiling signal-hook v0.3.18
2026-07-28T02:39:39.2589508Z    Compiling constant_time_eq v0.4.2
2026-07-28T02:39:39.3190325Z    Compiling sha1_smol v1.0.1
2026-07-28T02:39:39.4206572Z    Compiling smol_str v0.1.24
2026-07-28T02:39:39.4311385Z    Compiling winnow v0.7.15
2026-07-28T02:39:39.4889953Z    Compiling arrayref v0.3.9
2026-07-28T02:39:39.4994485Z    Compiling linux-raw-sys v0.12.1
2026-07-28T02:39:39.5031674Z    Compiling simdutf8 v0.1.5
2026-07-28T02:39:39.5520913Z    Compiling regex-syntax v0.8.10
2026-07-28T02:39:39.6100871Z    Compiling toml_write v0.1.2
2026-07-28T02:39:39.6290820Z    Compiling resolv-conf v0.7.6
2026-07-28T02:39:39.8727114Z    Compiling serial-unix v0.4.0
2026-07-28T02:39:39.9980103Z    Compiling lru v0.16.4
2026-07-28T02:39:40.1079440Z    Compiling signal-hook-registry v1.4.8
2026-07-28T02:39:40.1240217Z    Compiling darling_core v0.23.0
2026-07-28T02:39:40.2560489Z    Compiling serde_bytes v0.11.19
2026-07-28T02:39:40.3930548Z    Compiling serde_derive v1.0.228
2026-07-28T02:39:40.4475305Z    Compiling zeroize_derive v1.4.3
2026-07-28T02:39:40.5128210Z    Compiling tokio-macros v2.7.0
2026-07-28T02:39:40.5584547Z    Compiling futures-macro v0.3.32
2026-07-28T02:39:41.1572866Z    Compiling zeroize v1.8.2
2026-07-28T02:39:41.2420687Z    Compiling zerofrom-derive v0.1.7
2026-07-28T02:39:41.2717061Z    Compiling tokio v1.52.3
2026-07-28T02:39:41.3280572Z    Compiling yoke-derive v0.8.2
2026-07-28T02:39:41.5911843Z    Compiling futures-util v0.3.32
2026-07-28T02:39:41.8830611Z    Compiling zerovec-derive v0.11.3
2026-07-28T02:39:41.9820646Z    Compiling displaydoc v0.2.6
2026-07-28T02:39:42.1330378Z    Compiling tracing-attributes v0.1.31
2026-07-28T02:39:42.7420579Z    Compiling rustls-pki-types v1.14.1
2026-07-28T02:39:42.8512186Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-28T02:39:42.8608706Z    Compiling zerofrom v0.1.8
2026-07-28T02:39:42.9495711Z    Compiling thiserror-impl v2.0.18
2026-07-28T02:39:42.9700839Z    Compiling yoke v0.8.3
2026-07-28T02:39:43.2021046Z    Compiling zerotrie v0.2.4
2026-07-28T02:39:43.3201036Z    Compiling zerovec v0.11.6
2026-07-28T02:39:43.4963909Z    Compiling darling_macro v0.20.11
2026-07-28T02:39:43.5510603Z    Compiling derive_more-impl v2.1.1
2026-07-28T02:39:43.6404828Z    Compiling n0-error-macros v0.1.3
2026-07-28T02:39:43.8849709Z    Compiling darling v0.20.11
2026-07-28T02:39:43.9169131Z    Compiling spez v0.1.2
2026-07-28T02:39:43.9479733Z    Compiling derive_builder_core v0.20.2
2026-07-28T02:39:44.1677364Z    Compiling tinystr v0.8.3
2026-07-28T02:39:44.2810626Z    Compiling potential_utf v0.1.5
2026-07-28T02:39:44.4031213Z    Compiling icu_locale_core v2.2.0
2026-07-28T02:39:44.4062785Z    Compiling icu_collections v2.2.0
2026-07-28T02:39:44.4480998Z    Compiling der v0.8.0-rc.10
2026-07-28T02:39:44.8629547Z    Compiling n0-error v0.1.3
2026-07-28T02:39:44.9240547Z    Compiling pin-project-internal v1.1.13
2026-07-28T02:39:45.1177120Z    Compiling cobs v0.3.0
2026-07-28T02:39:45.2861165Z    Compiling postcard-derive v0.2.2
2026-07-28T02:39:45.3112236Z    Compiling derive_builder_macro v0.20.2
2026-07-28T02:39:45.3801683Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-28T02:39:45.6190708Z    Compiling icu_provider v2.2.0
2026-07-28T02:39:45.7684830Z    Compiling derive_builder v0.20.2
2026-07-28T02:39:45.9090768Z    Compiling futures-executor v0.3.32
2026-07-28T02:39:45.9390604Z    Compiling icu_properties v2.2.0
2026-07-28T02:39:46.0600773Z    Compiling icu_normalizer v2.2.0
2026-07-28T02:39:46.2167584Z    Compiling ipnet v2.12.0
2026-07-28T02:39:46.2310471Z    Compiling spki v0.8.0-rc.4
2026-07-28T02:39:46.2660601Z    Compiling ed25519-dalek v2.2.0
2026-07-28T02:39:46.4144112Z    Compiling pin-project v1.1.13
2026-07-28T02:39:46.4560140Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-28T02:39:46.6369634Z    Compiling ed25519 v3.0.0-rc.4
2026-07-28T02:39:46.6443729Z    Compiling spt-proto v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-28T02:39:46.8035643Z    Compiling prefix-trie v0.8.4
2026-07-28T02:39:46.8370577Z    Compiling futures v0.3.32
2026-07-28T02:39:47.0040636Z    Compiling once_cell v1.21.4
2026-07-28T02:39:47.0775744Z    Compiling data-encoding-macro v0.1.20
2026-07-28T02:39:47.0870694Z    Compiling postcard v1.1.3
2026-07-28T02:39:47.1340733Z    Compiling rustls-native-certs v0.8.4
2026-07-28T02:39:47.1400410Z    Compiling enum-assoc v1.3.0
2026-07-28T02:39:47.2327013Z    Compiling tracing-core v0.1.36
2026-07-28T02:39:47.2803746Z    Compiling tokio-util v0.7.18
2026-07-28T02:39:47.5280758Z    Compiling idna_adapter v1.2.2
2026-07-28T02:39:47.6217595Z    Compiling idna v1.1.0
2026-07-28T02:39:47.6290353Z    Compiling hashbrown v0.14.5
2026-07-28T02:39:47.6408850Z    Compiling netlink-sys v0.8.8
2026-07-28T02:39:47.6600823Z    Compiling tower v0.5.3
2026-07-28T02:39:47.9470654Z    Compiling tracing v0.1.44
2026-07-28T02:39:47.9896746Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-28T02:39:48.1260181Z    Compiling url v2.5.8
2026-07-28T02:39:48.1470354Z    Compiling async-trait v0.1.89
2026-07-28T02:39:48.3262855Z    Compiling h2 v0.4.14
2026-07-28T02:39:48.3491000Z    Compiling strum_macros v0.28.0
2026-07-28T02:39:48.3833315Z    Compiling num_enum_derive v0.7.6
2026-07-28T02:39:48.4130949Z    Compiling derive_more v2.1.1
2026-07-28T02:39:48.4281016Z    Compiling hashlink v0.9.1
2026-07-28T02:39:48.4761871Z    Compiling iroh-metrics-derive v0.4.1
2026-07-28T02:39:48.6146468Z    Compiling tokio-stream v0.1.18
2026-07-28T02:39:48.7460613Z    Compiling n0-watcher v0.6.1
2026-07-28T02:39:48.7922085Z    Compiling iroh-relay v0.98.0
2026-07-28T02:39:48.8522104Z    Compiling rusqlite v0.32.1
2026-07-28T02:39:48.8890377Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-28T02:39:48.9262066Z    Compiling iroh-base v0.98.0
2026-07-28T02:39:48.9570682Z    Compiling attohttpc v0.30.1
2026-07-28T02:39:48.9633027Z    Compiling iroh-metrics v0.38.3
2026-07-28T02:39:49.0582039Z    Compiling tower-http v0.6.11
2026-07-28T02:39:49.1210663Z    Compiling netdev v0.42.0
2026-07-28T02:39:49.1808713Z    Compiling netlink-proto v0.12.0
2026-07-28T02:39:49.2631492Z    Compiling moka v0.12.15
2026-07-28T02:39:49.4570113Z    Compiling toml_datetime v0.6.11
2026-07-28T02:39:49.4994667Z    Compiling serde_spanned v0.6.9
2026-07-28T02:39:49.5650607Z    Compiling num_enum v0.7.6
2026-07-28T02:39:49.5940025Z    Compiling thiserror-impl v1.0.69
2026-07-28T02:39:49.6685729Z    Compiling ref-cast-impl v1.0.25
2026-07-28T02:39:49.8490571Z    Compiling toml_edit v0.22.27
2026-07-28T02:39:49.8660629Z    Compiling webpki-roots v1.0.7
2026-07-28T02:39:49.9888716Z    Compiling regex-automata v0.4.14
2026-07-28T02:39:50.2891197Z    Compiling spt-store v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-28T02:39:50.4069082Z    Compiling schemars_derive v1.2.1
2026-07-28T02:39:50.4490609Z    Compiling hmac v0.12.1
2026-07-28T02:39:50.5830763Z    Compiling seize v0.5.1
2026-07-28T02:39:50.6791388Z    Compiling iroh v0.98.2
2026-07-28T02:39:50.8783797Z    Compiling pin-utils v0.1.0
2026-07-28T02:39:50.8826976Z    Compiling cmov v0.5.4
2026-07-28T02:39:50.9291084Z    Compiling rustix v0.38.44
2026-07-28T02:39:50.9607042Z    Compiling bitflags v1.3.2
2026-07-28T02:39:51.0210829Z    Compiling dyn-clone v1.0.20
2026-07-28T02:39:51.1191258Z    Compiling nix v0.25.1
2026-07-28T02:39:51.1736724Z    Compiling ctutils v0.4.2
2026-07-28T02:39:51.2057683Z    Compiling filedescriptor v0.8.3
2026-07-28T02:39:51.2320685Z    Compiling papaya v0.2.4
2026-07-28T02:39:51.2434867Z    Compiling hkdf v0.12.4
2026-07-28T02:39:51.2840761Z    Compiling strum v0.28.0
2026-07-28T02:39:51.3870188Z    Compiling iroh-dns v0.98.0
2026-07-28T02:39:51.3930628Z    Compiling backon v1.6.0
2026-07-28T02:39:51.4125751Z    Compiling darling_macro v0.23.0
2026-07-28T02:39:51.4471082Z    Compiling serial v0.4.0
2026-07-28T02:39:51.4810664Z    Compiling anstyle-parse v1.0.0
2026-07-28T02:39:51.5290549Z    Compiling vte_generate_state_changes v0.1.2
2026-07-28T02:39:51.6380854Z    Compiling colorchoice v1.0.5
2026-07-28T02:39:51.6571444Z    Compiling anstyle v1.0.14
2026-07-28T02:39:51.7238939Z    Compiling is_terminal_polyfill v1.70.2
2026-07-28T02:39:51.8095001Z    Compiling instability v0.3.12
2026-07-28T02:39:51.8296637Z    Compiling shell-words v1.1.1
2026-07-28T02:39:51.8351122Z    Compiling foldhash v0.1.5
2026-07-28T02:39:51.8767327Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-28T02:39:51.9265459Z    Compiling downcast-rs v1.2.1
2026-07-28T02:39:51.9740190Z    Compiling unicode-width v0.2.0
2026-07-28T02:39:51.9947206Z    Compiling anstyle-query v1.1.5
2026-07-28T02:39:52.0020849Z    Compiling linux-raw-sys v0.4.15
2026-07-28T02:39:52.0230770Z    Compiling hashbrown v0.15.5
2026-07-28T02:39:52.0370326Z    Compiling vte v0.13.1
2026-07-28T02:39:52.0741104Z    Compiling darling v0.23.0
2026-07-28T02:39:52.1176905Z    Compiling anstream v1.0.0
2026-07-28T02:39:52.1560028Z    Compiling signal-hook-mio v0.2.5
2026-07-28T02:39:52.2730960Z    Compiling spake2 v0.4.0
2026-07-28T02:39:52.2966969Z    Compiling terminal_size v0.4.4
2026-07-28T02:39:52.4867436Z    Compiling strum_macros v0.26.4
2026-07-28T02:39:52.5542396Z    Compiling toml v0.8.23
2026-07-28T02:39:52.5860373Z    Compiling schemars v1.2.1
2026-07-28T02:39:52.6381023Z    Compiling sha1 v0.10.6
2026-07-28T02:39:52.8810321Z    Compiling itertools v0.13.0
2026-07-28T02:39:52.9550934Z    Compiling castaway v0.2.4
2026-07-28T02:39:53.0695268Z    Compiling regex v1.12.3
2026-07-28T02:39:53.1355867Z    Compiling clap_lex v1.1.0
2026-07-28T02:39:53.4285693Z    Compiling static_assertions v1.1.0
2026-07-28T02:39:53.5085987Z    Compiling indoc v2.0.7
2026-07-28T02:39:53.6899765Z    Compiling doctest-file v1.1.1
2026-07-28T02:39:53.7049951Z    Compiling unicode-width v0.1.14
2026-07-28T02:39:53.7320924Z    Compiling compact_str v0.8.2
2026-07-28T02:39:54.0040560Z    Compiling crossterm v0.28.1
2026-07-28T02:39:54.2081526Z    Compiling hyper v1.10.1
2026-07-28T02:39:54.6968468Z    Compiling spt-msg v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-28T02:39:54.7187438Z    Compiling interprocess v2.4.2
2026-07-28T02:39:54.9290822Z    Compiling unicode-truncate v1.1.0
2026-07-28T02:39:54.9555675Z    Compiling clap_builder v4.6.0
2026-07-28T02:39:55.0475195Z    Compiling strum v0.26.3
2026-07-28T02:39:55.0791148Z    Compiling spt-runtime v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-28T02:39:55.1670969Z    Compiling portable-pty v0.8.1
2026-07-28T02:39:55.1940695Z    Compiling lru v0.12.5
2026-07-28T02:39:55.3210549Z    Compiling clap_derive v4.6.1
2026-07-28T02:39:55.3747740Z    Compiling cassowary v0.3.0
2026-07-28T02:39:55.6110894Z    Compiling spt-term v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-28T02:39:55.6696956Z    Compiling iana-time-zone v0.1.65
2026-07-28T02:39:55.6726950Z    Compiling nucleo-matcher v0.3.1
2026-07-28T02:39:56.0280383Z    Compiling chrono v0.4.45
2026-07-28T02:39:56.0310688Z    Compiling ratatui v0.29.0
2026-07-28T02:39:56.1360764Z    Compiling qrcode v0.14.1
2026-07-28T02:39:56.2401773Z    Compiling hyper-util v0.1.20
2026-07-28T02:39:56.5214643Z    Compiling tempfile v3.27.0
2026-07-28T02:39:57.7863606Z    Compiling clap v4.6.1
2026-07-28T02:39:58.2692495Z    Compiling igd-next v0.17.1
2026-07-28T02:39:58.8371014Z    Compiling spt-live v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-28T02:39:59.5647337Z    Compiling portmapper v0.16.0
2026-07-28T02:40:04.9443121Z    Compiling rustls-webpki v0.103.13
2026-07-28T02:40:07.3109936Z    Compiling tokio-rustls v0.26.4
2026-07-28T02:40:07.3112277Z    Compiling noq-proto v0.17.0
2026-07-28T02:40:07.3112699Z    Compiling rustls-platform-verifier v0.7.0
2026-07-28T02:40:07.4579397Z    Compiling hickory-net v0.26.0-beta.4
2026-07-28T02:40:07.4580057Z    Compiling hyper-rustls v0.27.9
2026-07-28T02:40:07.4580481Z    Compiling tokio-websockets v0.13.2
2026-07-28T02:40:07.5930839Z    Compiling reqwest v0.13.4
2026-07-28T02:40:08.5536624Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-28T02:40:22.6153033Z    Compiling spt-net v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-28T02:40:24.1278613Z    Compiling spt-daemon v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-28T02:40:34.4044424Z    Compiling spt v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-28T02:40:39.4841131Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 08s
2026-07-28T02:40:39.5070227Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-3c641108830fd335)
2026-07-28T02:40:39.5083331Z 
2026-07-28T02:40:39.5083454Z running 1 test
2026-07-28T02:40:45.6994338Z test new_brain_serves_against_old_broker ... ok
2026-07-28T02:40:45.6994641Z 
2026-07-28T02:40:45.6994905Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-07-28T02:40:45.6995248Z 
